home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1368 / 1368.xpi / chrome / clrtabs.jar / content / clrtabs.xul < prev    next >
Extensible Markup Language  |  2010-01-31  |  633b  |  21 lines

  1. <?xml version="1.0"?>
  2.  
  3. <overlay id="clrtabs" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  4. <keyset>
  5.   <key id="ctRecolor" modifiers="access shift" key="R" oncommand="ct.regenClr();"/>
  6. </keyset> 
  7. <script type="application/x-javascript" src="clrtabs.js" />
  8. <script type="application/x-javascript">
  9.         <![CDATA[
  10.         
  11.         window.addEventListener('load', ct.clrtabsInit, false);
  12.         window.addEventListener('unload', ct.clrtabsUnload, false);
  13.         
  14.         //paste this as 2nd line to attatch sheet <?xml-stylesheet href="chrome://clrtabs/content/clrtabs.css" type="text/css"?>
  15.         ]]>
  16.  
  17.  
  18.     </script>
  19.  
  20. </overlay>
  21.